NoteCollection Methods |
The NoteCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(String) |
Adds a Note with the specified description to the collection.
| |
| Add(Note) |
Adds the specified Note to the collection.
| |
| Add(NoteCollection) |
Adds a NoteCollection to the collection.
| |
| Add(String, String) |
Adds a Note with the specified description and language to the collection.
| |
| Clear | (Inherited from CollectionBase.) | |
| Contains(String) |
Determines whether the NoteCollection contains a specific Note.
| |
| Contains(Note) |
Determines whether the NoteCollection contains a specific Note.
| |
| CopyTo |
Copies an Note array to the collection, starting at a specified target index.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | (Inherited from CollectionBase.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf(String) |
Returns the zero-based index of the first occurrence of the specified Note in the collection.
| |
| IndexOf(Note) |
Returns the zero-based index of the first occurrence of the specified note in the collection.
| |
| Insert(Int32, Note) |
Inserts the specified Note at the specified possition.
| |
| Insert(Int32, String) |
Inserts a Note with the specified description at the specified possition.
| |
| Insert(Int32, String, String) |
Inserts a Note with the specified description and langauge at the specified possition.
| |
| MemberwiseClone | (Inherited from Object.) | |
| OnClear | (Inherited from CollectionBase.) | |
| OnClearComplete | (Inherited from CollectionBase.) | |
| OnInsert | (Inherited from CollectionBase.) | |
| OnInsertComplete | (Inherited from CollectionBase.) | |
| OnRemove | (Inherited from CollectionBase.) | |
| OnRemoveComplete | (Inherited from CollectionBase.) | |
| OnSet | (Inherited from CollectionBase.) | |
| OnSetComplete | (Inherited from CollectionBase.) | |
| OnValidate | (Inherited from CollectionBase.) | |
| Remove(String) |
Removes a Note from the collection, if it is present.
| |
| Remove(Note) |
Removes a Note from the collection, if it is present.
| |
| RemoveAt | (Inherited from CollectionBase.) | |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.) |